home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / wall / RCS / local.mk,v < prev    next >
Text File  |  1992-06-10  |  763b  |  43 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    jhh:1.1; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     92.06.10.17.08.06;  author jhh;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#
  26. # This file is included by Makefile.  Makefile is generated automatically
  27. # by mkmf, and this file provides additional local personalization.  The
  28. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  29. # that must be included to set up various compilation stuff.
  30. #
  31.  
  32. #
  33. # Must run set-user-id to root.
  34. INSTALLFLAGS    += -o root -m 4775
  35.  
  36. # Use the uninstalled C library since the installed one doesn't have the
  37. # correct version of the Mig library and a new one can't be installed just
  38. # yet.
  39. LIBS = -lc_g
  40.  
  41. #include    <$(SYSMAKEFILE)>
  42. @
  43.